golang.org/x/net/http2.clientStream.requestedGzip (field)
4 uses
golang.org/x/net/http2 (current package)
transport.go#L361: requestedGzip bool
transport.go#L1365: cs.requestedGzip = true
transport.go#L1485: hdrs, err := cc.encodeHeaders(req, cs.requestedGzip, trailers, contentLen)
transport.go#L2456: if cs.requestedGzip && asciiEqualFold(res.Header.Get("Content-Encoding"), "gzip") {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)